const github.com/klauspost/compress/zstd.tableFastHashLen
13 uses
github.com/klauspost/compress/zstd (current package)
enc_fast.go#L16: tableFastHashLen = 6
enc_fast.go#L124: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L125: nextHash2 := hashLen(cv>>8, hashLog, tableFastHashLen)
enc_fast.go#L257: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L361: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L362: nextHash2 := hashLen(cv>>8, hashLog, tableFastHashLen)
enc_fast.go#L497: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L621: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L622: nextHash2 := hashLen(cv>>8, hashLog, tableFastHashLen)
enc_fast.go#L757: nextHash := hashLen(cv, hashLog, tableFastHashLen)
enc_fast.go#L809: e.table[hashLen(cv, tableBits, tableFastHashLen)] = tableEntry{val: uint32(cv), offset: i}
enc_fast.go#L833: nextHash := hashLen(cv, hashLog, tableFastHashLen) // 0 -> 6
enc_fast.go#L834: nextHash1 := hashLen(cv>>8, hashLog, tableFastHashLen) // 1 -> 7
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |